projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e29ca4
)
* configure.in: Use m/intel386.h for amd64 with x32 ABI.
author
Ulrich Mueller
<ulm@gentoo.org>
Thu, 21 Jun 2012 19:42:32 +0000
(15:42 -0400)
committer
Glenn Morris
<rgm@gnu.org>
Thu, 21 Jun 2012 19:42:32 +0000
(15:42 -0400)
(Do not merge to trunk.)
Fixes: debbugs:11669
ChangeLog
patch
|
blob
|
history
configure.in
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index c6060f85e3f60cb8cd340722a0231d52eee9fa88..db8de760ba63707d47b08adaa0c11b82b11659b5 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,7
@@
+2012-06-21 Ulrich Mueller <ulm@gentoo.org>
+
+ * configure.in: Use m/intel386.h for amd64 with x32 ABI. (Bug#11669)
+
2012-06-01 Chong Yidong <cyd@gnu.org>
* Version 24.1 released.
diff --git
a/configure.in
b/configure.in
index ad9966b81de8132f58636335b5b7c88d06003566..f9aef8195c69bd9d55309c01ab28d19b749da6e0 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-749,6
+749,7
@@
if test "$machine" = "amdx86-64"; then
machine=intel386
machfile="m/${machine}.h"
fi
+ AC_CHECK_DECL([__ILP32__], [machfile="m/intel386.h"])
fi
AC_PATH_PROG(INSTALL_INFO, install-info)